home *** CD-ROM | disk | FTP | other *** search
/ Enter 2006 September / Enter 09 2006.iso / Internet / SpamExperts Home 1.1 / SpamExperts Home.exe / lib / spamexperts.modules / transaction / __init__.pyc (.txt) next >
Encoding:
Python Compiled Bytecode  |  2006-07-14  |  626 b   |  16 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.4)
  3.  
  4. '''Exported transaction functions.
  5.  
  6. $Id: __init__.py 39622 2005-10-25 21:19:33Z tim_one $
  7. '''
  8. from transaction._transaction import Transaction
  9. from transaction._manager import TransactionManager, ThreadTransactionManager
  10. manager = ThreadTransactionManager()
  11. get = manager.get
  12. begin = manager.begin
  13. commit = manager.commit
  14. abort = manager.abort
  15. savepoint = manager.savepoint
  16.